home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java Interactive Reference Guide
/
Java Interactive Reference Guide.iso
/
autorun
/
java_d.dir
/
00112_Field_8.txt
< prev
next >
Wrap
Text File
|
1980-01-11
|
475b
|
13 lines
Overview of JavaScript Statements
JavaScript supports a compact set of statements that nevertheless enables you to incorporate a great deal of interactivity in web pages.
ΓÇóVariable Declaration / Assignment ΓÇóFunction Definition ΓÇóConditionals ΓÇóLoops
ΓÇófor loop ΓÇówhile loop ΓÇófor...in loop ΓÇóbreak and continue statements
ΓÇówith statement ΓÇóComments
Further overview information TBD. Refer to statements reference for specific information.